home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
procssng
/
ccs
/
ccs-11tl.lha
/
lbl
/
include
/
libppm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-11-20
|
286 b
|
12 lines
/* libppm.h - internal header file for libppm portable pixmap library
*/
#ifndef _LIBPPM_H_
#define _LIBPPM_H_
/* Here are some routines internal to the ppm library. */
int ppm_readppminitrest ARGS(( FILE* file, int* colsP, int* rowsP/*, pixval* maxvalP */));
#endif /*_LIBPPM_H_*/